Checks if the polygon is convex.
A polygon is convex if all interior angles are less than 180 degrees.
True if the polygon is convex, false otherwise.